home *** CD-ROM | disk | FTP | other *** search
/ Clickx 34 / Clickx 34.iso / assets / software / Install_PDFR.exe / Drivers / Win 2K-XP / PDFR.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-02-13  |  2.8 KB  |  77 lines

  1.  ■
  2. ; PDFR.INF (for Windows 2K/XP)
  3. ;
  4. ; To install PDF reDirect v2 Printer
  5. ;
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider=%EXP%
  9. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  10. Class=Printer
  11. ;
  12. ; Manufacturer section.
  13. ;
  14. [Manufacturer]
  15. %EXP%
  16. ;
  17. ; Model sections (for each manufacturer)
  18. ;
  19. [EXP Systems]
  20. "PDF reDirect v2"=PDFR_NST.PPD
  21. "PDF reDirect Pro v2"=PDFR_NST.PPD
  22. ; Installer Section
  23. ;
  24. [PDFR_NST.PPD]
  25. CopyFiles=@PDFR_NST.PPD,PSCRIPT
  26. DataSection=PSCRIPT_DATA
  27. DataFile=PDFR_NST.PPD
  28. ; Copy Sections
  29. ;
  30. ; Lists of files that are actually copied. These sections are referenced
  31. ; from the installer sections, above. Only create a section if it contains
  32. ; two or more files (if we only copy a single file, identify it in the
  33. ; installer section, using the @filename notation) or if it's a color
  34. ; profile (since the DestinationDirs can only handle sections, and not
  35. ; individual files).
  36. ;
  37. [PSCRIPT]
  38. PSCRIPT5.DLL
  39. PS5UI.DLL
  40. PSCRIPT.HLP
  41. PSCRIPT.NTF
  42. ;
  43. ; Data Sections (data that is shared between devices)
  44. ;
  45. [PSCRIPT_DATA]
  46. DriverFile=PSCRIPT5.DLL
  47. ConfigFile=PS5UI.DLL
  48. HelpFile=PSCRIPT.HLP
  49. ;
  50. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  51. ; (depending on which environment drivers are getting installed)
  52. ;
  53. [DestinationDirs]
  54. DefaultDestDir=66000
  55. ;
  56. ; Localizable Strings
  57. ;
  58. [Strings]
  59. EXP = "EXP Systems"